-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ubuntu Jammy CI #374
Add Ubuntu Jammy CI #374
Conversation
Signed-off-by: Steve Peters <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gui6 #374 +/- ##
=========================================
Coverage 65.59% 65.59%
=========================================
Files 39 39
Lines 5139 5139
=========================================
Hits 3371 3371
Misses 1768 1768 Continue to review full report at Codecov.
|
hummm
|
it might be worth trying to reproduce this locally to debug |
My first thought was that this may be caused by |
After searching around a bit, it sounds like these specific warnings may be harmless: That's not an error, it just happens We do have lots of test failures though:
|
I collected the following backtrace using a virtual machine with Jammy:
|
Signed-off-by: Louise Poubel <[email protected]>
I think tests are fixed as of 52fd916, at least it worked for me locally |
Ok, we're down to these test failures on Jammy, on different runs:
They all pass for me on a Jammy container. I think we don't need to block on this for this PR. Bionic and Focal also have flaky tests due to |
🎉 New feature
Part of gazebo-tooling/release-tools#566
Summary
Enable CI for Ubuntu 22.04 (Jammy)
Test it
Watch result of new Github Actions Workflow for Jammy
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.